home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / src / Tree / TODO < prev   
Text File  |  1992-05-08  |  386b  |  16 lines

  1. All files:
  2.  
  3. Either implement sharing of nodes in the trees, or do explicit copy.
  4. Currently the trees share the nodes without any reference count.
  5. Choose to do explicit deep copy for now.
  6. DONE
  7.  
  8. Fix memory leak for Binary_Tree and N_Tree.
  9. Make destructor virtual where necessary.
  10. DONE 
  11.  
  12. File AVL_Tree.h:
  13.  
  14. Fix balancing bug in AVL tree.
  15. see ../examples/section9/ex9_7.C for bug occurence.
  16.